home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / misc / ada1110b.lha / Readme.Amiga < prev    next >
Encoding:
Text File  |  1993-09-15  |  1.5 KB  |  49 lines

  1. What is AdaEd?
  2. --------------
  3.  
  4. AdaEd is an Ada compiler released under the GNU General Purpose
  5. Licence (see README file in this archive).  All original sources
  6. for AdaEd 1.11.0a are available via ftp on cs.nyu.edu.  I have
  7. provided replacement source files for any files that required
  8. modification for the Amiga platform.
  9.  
  10. There has been a port of AdaEd for the Amiga available for some
  11. time now, however, I was unable to prevent it from having a
  12. software failure over just about any Ada source file.
  13.  
  14. This port of AdaEd has been compiled with GCC 2.3.3 and hence
  15. requires ixemul.library version 39.45 or higher.
  16.  
  17. Requirements
  18. ------------
  19.  
  20. The compiler will require approximately 2-3 megs of space on a
  21. harddisk partition.  I am not sure about minimum memory
  22. requirements, but I would guess that 3 meg ram will be
  23. sufficient.
  24.  
  25. Installation
  26. ------------
  27.  
  28. 1) Copy libs/ixemul.library to your libs: directory
  29.  
  30. 2) Before running AdaEd, you must add the following lines to your
  31. startup-sequence (or otherwise execute the commands)
  32.  
  33.      assign ada: dh1:ada   ; Replace dh1: with your device
  34.      path ada:bin add
  35.  
  36. 3) Set your stack size to AT LEAST 100000 for the shell in which
  37. you will be running the compiler.  You will run into software
  38. failures very easily without this step!  (If you have enough
  39. memory, it is best to add the line "stack 100000" to your
  40. s:shell-startup file.)
  41.  
  42. See the file "ada.0" for compiler instructions.  (Use "less" to view
  43. or install the file in your "man" directory for best results!)
  44.  
  45. GOOD LUCK!
  46.  
  47. Dylan Kucera
  48. djkucera@undergrad.math.uwaterloo.ca
  49.